Apache Wink : 6 Apache Wink Client
This page last changed on Oct 14, 2009 by michael.
Apache Wink ClientThe following section describes the Apache Wink Client and provides a detailed description of the Apache Wink Client component and its functionality.
Apache Wink Client OverviewThe Apache Wink Client is an easy-to-use client, providing a high level Java API for writing clients that consume HTTP-based RESTful Web Services. The Apache Wink Client utilizes JAX-RS concepts, encapsulates Rest standards and protocols and maps Rest principles concepts to Java classes, which facilitates the development of clients for any HTTP-based Rest Web Services. The Apache Wink Client also provides a Handlers mechanism that enables the manipulation of HTTP request/response messages. Main FeaturesThe Apache Wink Clients main features are as follows:
Supports
Apache Wink High Level Client Architecture OverviewThe following diagram illustrates the high-level architecture of the Apache Wink Client. The RestClient class is the Apache Wink Client entry point and is responsible for holding different configuration options and the provider registry. The RestClient is used to create instances of the Resource class. The Resource class represents a web resource associated with a specific URI and is used to perform uniform interface operations on the resource it represents. Every method invocation goes through a user defined handlers chain that enables for manipulation of the request and response. |
Document generated by Confluence on Nov 11, 2009 06:57 |